home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 98 / Skunkware 98.iso / src / devtools / flex-2.5.4.tar.gz / flex-2.5.4.tar / flex-2.5.4 / MISC / Borland / NOTES < prev   
Internet Message Format  |  1995-03-28  |  2KB

  1. Received: from 128.140.1.1 by ee.lbl.gov for <vern@ee.lbl.gov> (8.6.9/1.43r)
  2.     id PAA03966; Tue, 24 Jan 1995 15:03:57 -0800
  3. Received: from larry-le0.cc.emory.edu by
  4.     emoryu1.cc.emory.edu (5.65/Emory_cc.4.0.1) via SMTP
  5.     id AA24158 ; Tue, 24 Jan 95 17:18:18 -0500
  6. From: tkane01@unix.cc.emory.edu (Terrence O Kane)
  7. Received: by larry.cc.emory.edu (5.0) id AA21979; Tue, 24 Jan 1995 17:17:40 -0500
  8. Message-Id: <9501242217.AA21979@larry.cc.emory.edu>
  9. Subject: Re: Beta test for DOS
  10. To: vern@ee.lbl.gov (Vern Paxson)
  11. Date: Tue, 24 Jan 1995 17:17:38 -0500 (EST)
  12. In-Reply-To: <199501232138.NAA11430@daffy.ee.lbl.gov> from "Vern Paxson" at Jan 23, 95 01:38:02 pm
  13. X-Mailer: ELM [version 2.4 PL23]
  14. Mime-Version: 1.0
  15. Content-Type: text/plain; charset=US-ASCII
  16. Content-Transfer-Encoding: 7bit
  17. Content-Length: 5792      
  18.  
  19. Vern,
  20.  
  21. I've made flex 2.5.0.6 successfully with no changes to the source
  22. code at all.  I'm including the Borland 4.02 makefile and config.h
  23. at the end of this message.
  24.  
  25. When you're ready for release, I'll be happy to take care of getting
  26. the appropriate archive files up to Simtel if you wish.
  27.  
  28. I have not used this version for any of my "work-related" scanners
  29. yet, but have run the fastwc benchmark.  The compiles were for large
  30. memory model and optimization for fastest possible code.  The test
  31. machine was a Pentium-90 (hey! timing output was integer!) with
  32. enhanced IDE on a PCI bus and no file system caching.  I ran the
  33. test on two different input files.
  34.  
  35. (Times are in seconds.)
  36.  
  37. The first input was a typical postscript file concatenated 10 times;
  38. by typical, I mean that there were relatively few spaces, lots of lines
  39. with no space, using lots of parentheses.
  40.  
  41.     lines  words  characters
  42.     91200  356260 5889240
  43.  
  44.     mywc      8.89
  45.     wc1s     15.22        default
  46.     wc1     10.82        -Cf
  47.     wc2     10.16        -Cf
  48.     wc3      9.17        -Cf
  49.     wc4      9.22        -Cf
  50.     wc5     10.98        -Cf
  51.  
  52. The second test run was on a file that consisted of 20 concatenations
  53. of 'misc/flex.man'.
  54.  
  55.     lines  words  characters
  56.     69960   305140  2399960
  57.  
  58.     mywc     4.01
  59.     wc1s     6.87
  60.     wc1     5.32
  61.     wc2     4.95
  62.     wc3     4.12
  63.     wc4     4.12
  64.     wc5     5.05
  65.  
  66. [[Makefile and config.h moved to separate files -VP]]
  67.